pascal void HiliteControl(ControlHandle theControl, short hiliteState);
pascal void KillControls(WindowPtr theWindow);
pascal void MoveControl(ControlHandle theControl, short h, short v);
pascal ControlHandle NewControl(WindowPtr curWindow, Rect *bounds, void *title, Boolean visible, short value, short min, short max, short procID, long refCon);
pascal void SetCRefCon(ControlHandle theControl, long data);